Skip to content

fix: suppress hint on 'cargo search mise' command#5400

Merged
jdx merged 1 commit into
jdx:mainfrom
roele:issues/fix-release-plz
Jun 22, 2025
Merged

fix: suppress hint on 'cargo search mise' command#5400
jdx merged 1 commit into
jdx:mainfrom
roele:issues/fix-release-plz

Conversation

@roele

@roele roele commented Jun 22, 2025

Copy link
Copy Markdown
Contributor

According to the action log output it seems that the cargo search mise --limit 1 command breaks/fails to a new hint/note in stdout.

[release-plz] $ ~/work/mise/mise/xtasks/release-plz
+ git config user.name mise-en-dev
+ git config user.email release@mise.jdx.dev
++ cargo pkgid mise
++ cut -d# -f2
+ cur_version=2025.6.5
++ cargo search mise --limit 1
++ grep '^mise = "'
++ cut '-d"' -f2
note: to learn more about a package, run `cargo info <name>`
+ latest_version=
[release-plz] ERROR task failed
Error: Process completed with exit code 1.

@jdx jdx enabled auto-merge (squash) June 22, 2025 18:13
@jdx jdx merged commit d4bbeb6 into jdx:main Jun 22, 2025
18 checks passed
@roele roele deleted the issues/fix-release-plz branch June 22, 2025 19:01
jdx pushed a commit that referenced this pull request Jun 23, 2025
### 🚀 Features

- **(registry)** add wash by [@jtakakura](https://github.com/jtakakura)
in [#5386](#5386)

### 🐛 Bug Fixes

- **(aqua)** parse consecutive pipes in aqua templates by
[@risu729](https://github.com/risu729) in
[#5385](#5385)
- **(aqua)** use versions list to install correct version by
[@risu729](https://github.com/risu729) in
[#5371](#5371)
- **(registry)** talosctl use aqua by
[@mangkoran](https://github.com/mangkoran) in
[#5348](#5348)
- **(registry)** use aqua backend for watchexec by
[@risu729](https://github.com/risu729) in
[#5390](#5390)
- **(shim)** improve resolve_symlink for Windows by
[@qianlongzt](https://github.com/qianlongzt) in
[#5361](#5361)
- add compression-zip-deflate feature on self_update crate for windows
target by [@roele](https://github.com/roele) in
[#5391](#5391)
- suppress hint on 'cargo search mise' command by
[@roele](https://github.com/roele) in
[#5400](#5400)

### 📚 Documentation

- Fix typo in README.md - Install mise by
[@cytsai1008](https://github.com/cytsai1008) in
[#5366](#5366)
- Document trivial task syntax by
[@JayBazuzi](https://github.com/JayBazuzi) in
[#5352](#5352)

### 🧪 Testing

- **(registry)** fix vultr test by
[@risu729](https://github.com/risu729) in
[#5372](#5372)

### 📦️ Dependency Updates

- update autofix-ci/action action to v1.3.2 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#5377](#5377)
- update docker/setup-buildx-action digest to e468171 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#5376](#5376)

### Chore

- update expr-lang crate to v0.3.2 by
[@risu729](https://github.com/risu729) in
[#5364](#5364)
- show curl error by [@jdx](https://github.com/jdx) in
[729aa4a](729aa4a)
- fix latest version fetch by [@jdx](https://github.com/jdx) in
[729aadc](729aadc)
- update vfox.rs crate to v1.0.3 by
[@risu729](https://github.com/risu729) in
[#5393](#5393)
- updated deps by [@jdx](https://github.com/jdx) in
[#5403](#5403)

### Ci

- use cargo info to retrieve latest mise version by
[@risu729](https://github.com/risu729) in
[#5401](#5401)

### New Contributors

- @jtakakura made their first contribution in
[#5386](#5386)
- @JayBazuzi made their first contribution in
[#5352](#5352)
- @cytsai1008 made their first contribution in
[#5366](#5366)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants